Bentley OpenUtilities CONNECT Edition Help

Configuring the Workspace

The workspace is created by GSA with the Export command. These final steps require manual edits of a few of the xml support files to complete the configuration. It is recommended that a backup copy is made of the files before editing the contents. Once the edits are complete, the support files will need to be copied into the workspace folders.

Feature Configuration Files

To complete changes to BentleyUtilityConfiguration_OS2T.xml for the wastewater schema L

  1. Navigate to the “DataModel\BentleyUD\Configuration” folder.
  2. Open BentleyUtilityConfiguration_OS2T.xml with a text editor.
  3. Add the schema prefix to the wastewater features shown in the table.
  4. Save the changes and exit the file.
Change From Change To
<PropertyName="PACPPipeFeatures">WW_PIPE</Property> <PropertyName="PACPPipeFeatures">BUDWWATER_WW_PIPE</Property>
<PropertyName="MACPManholeFeatures">WW_MANHOLE</Property> <PropertyName="MACPManholeFeatures"> BUDWWATER_WW_MANHOLE</Property>
<PropertyName="PACPManHoleFeatures">WW_MANHOLE;WW_ORIFICE</Property> <PropertyName="PACPManHoleFeatures"> BUDWWATER_WW_MANHOLE; BUDWWATER_WW_ORIFICE</Property>
<PropertyName="MACPSurveyElevationFeature">WWIS_MANHOLESURVEYLOC</Property> <PropertyName="MACPSurveyElevationFeature"> BUDWWATER_WWIS_MANHOLESURVEYLOC</Property>
<PropertyName="MACPPipeConnectionFeature">WWIS_MHPIPESURVEYOBS</Property> <PropertyName="MACPPipeConnectionFeature"> BUDWWATER_WWIS_MHPIPESURVEYOBS</Property>
<PropertyName="PACPSurveyFeature">WWIS_CCTVPIPESURVEY</Property> <PropertyName="PACPSurveyFeature"> BUDWWATER_WWIS_CCTVPIPESURVEY</Property>
<PropertyName="PACPSurveyMediaFeature">WWIS_CCTVPIPESURVEY</Property> <PropertyName="PACPSurveyMediaFeature"> BUDWWATER_WWIS_CCTVPIPESURVEY</Property>
<PropertyName="PACPObservationFeature">WWIS_CCTVPIPESROBS</Property> <PropertyName="PACPObservationFeature"> BUDWWATER_WWIS_CCTVPIPESROBS</Property>
<PropertyName="MACPSurveyMediaFeature">WWIS_MANHOLESURVEY</Property> <PropertyName="MACPSurveyMediaFeature">WWIS_MANHOLESURVEY</Property>
<PropertyName="MACPObservationFeature">WWIS_MANHOLESURVEYOBS</Property> <PropertyName="MACPObservationFeature"> BUDWWATER_WWIS_MANHOLESURVEYOBS</Property>
<PropertyName="MACPSurveyFeature">WWIS_MANHOLESURVEY</Property> <PropertyName="MACPSurveyFeature"> BUDWWATER_WWIS_MANHOLESURVEY</Property>

To complete changes to the BundleConfig.xml file for the electric schema :

  1. Navigate to the “DataModel\Conduit” folder.
  2. Open the file PublicBundleConfig.xml with a text editor.
  3. Add the schema prefix to each of the features. See the example in the table below.
  4. Save the changes and exit the file.
Example: Change From Example: Change To
PropertyName="U_CONDUIT_ELEMENT" PropertyName=" BUDELEC_U_CONDUIT_ELEMENT"

Export Configuration Files

  1. Navigate to the "DataModel\ BentleyUD\Configuration" folder
  2. Open each of the export XML files in the table below with a text editor.
  3. Add the schema prefix to each of the features. See the examples in the table below.
  4. Save the changes and exit the files.
Export User Source File Name Example Change From - To

Gas Analysis Export

g_gasanalysisexport.xml

From

PropertyName="G_MAIN"

To

PropertyName="BUDGAS_G_MAIN"

Water EPANET Export

w_epanetexport.xml

From

PropertyName="W_MAIN"

To

PropertyName="BUDWATER_W_MAIN"

WaterGEMS Export

w_wtrgexport.xml

From

PropertyName="W_WATER"

To

PropertyName="BUDWATER_W_MAIN"

Workspace Folders

The final step to configuring the Oracle Spatial environment is to copy the support files to the workspace folders.

To create support folders in the workspace :

  1. Create a batch file in the “DataModel” folder, e.g. create a file named CreateFolders.bat
  2. Edit the new empty batch file with a text editor.
  3. Copy the contents in the table below into the batch file.
  4. Changes path specifications to the paths for your workspace.
  5. Save and Exit the file.
  6. Execute the batch file.
  7. Check that the folders are created.

To copy the support files into the support workspace folders :

  1. Create a batch file in the “DataModel” folder, e.g. create a file named CopyFiles.bat .
  2. Edit the new empty batch file with a text editor.
  3. Copy the contents in the table below into the batch file.
  4. Changes path specifications to the paths for your working folders and for your workspace.
  5. Save and Exit the file.
  6. Execute the batch file.
  7. Check that the files are copied successfully.